DrmLicenseInformation

data class DrmLicenseInformation(licenseDuration: Long, playbackDuration: Long)

Contains information about a DRM license.

Constructors

DrmLicenseInformation
Link copied to clipboard
fun DrmLicenseInformation(licenseDuration: Long, playbackDuration: Long)

Properties

licenseDuration
Link copied to clipboard
val licenseDuration: Long
The remaining license duration.
playbackDuration
Link copied to clipboard
val playbackDuration: Long
The remaining playback duration.